mapbox-maps-android
/
com.mapbox.maps
/
[androidJvm]Image
Image
class
Image
:
Serializable
Content copied to clipboard
Image type.
Constructors
Functions
Properties
Constructors
Image
Link copied to clipboard
open fun
Image
(width:
Int
, height:
Int
, data:
Array
<
Byte
>)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
data
Link copied to clipboard
@
NonNull
()
private val
data
:
Array
<
Byte
>
Content copied to clipboard
height
Link copied to clipboard
private val
height
:
Int
Content copied to clipboard
width
Link copied to clipboard
private val
width
:
Int
Content copied to clipboard